Release 10.1A: OpenEdge Deployment:
WebClient Applications
Using the LOAD–IMAGE() method
This is the syntax of the
LOAD–IMAGE()method, as specified in OpenEdge Development: Progress 4GL Reference :
The
LOAD–IMAGE()method applies to images and buttons.LOAD–IMAGE()reads the image contained infilename.LOAD–IMAGE()recognizesPROPATHentries consisting of URLs. IfLOAD–IMAGE()finds an image in the directory specified by a URL,LOAD–IMAGE()downloads the image from the Web server and loads it into local memory directly, bypassing the end user’s disk.If the
filenameargument is fully qualified (whether URL or local pathname),LOAD–IMAGE()loads the image file directly, without searching directories or URLs inPROPATH.If
Note: You can also download images over the Web by using theLOAD–IMAGE()cannot load the specified image file, it returns an error indicating the reason for the failure.LOAD–IMAGE–DOWN(),LOAD–IMAGE–UP(),LOAD–IMAGE–INSENSITIVE(), andLOAD–ICON()methods. This feature is less useful, however, because these methods are generally called for transient graphical-interface events requiring an immediate response, which a Web download might not be able to satisfy.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |